home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / T0501 / text0004.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  2.1 KB  |  54 lines

  1. Hi, everyone.
  2.  
  3. Since the file I got from ftp.gcr.jussieu.fr was corrupted
  4. (yes, Bertrand, it _WAS_ :-( ), I didn't have a look at it...
  5.  
  6. I just get it again from its original place.
  7.  
  8.  
  9. Here is a little idea about wall colision:
  10.   - player is at (Xplayer;Yplayer), looking at (Xlookat;Ylookat).
  11.   - he wants to move in the direction (Xmotion;Ymotion), at the speed (Xspeed;Yspeed)
  12.   - the player's motion engine ask the wall-collision engine where the player would be
  13.     with such a motion;
  14.   - the wall-collision engine answer a new position (XplayerNew;YplayerNew) that has
  15.     been computed according to walls definition and monsters positions. I mean if the
  16.     player is front of a high wall, with his nose on it, then
  17.     (XplayerNew;YplayerNew)=(Xplayer;Yplayer).
  18.     If the player is near a wall, the new position computed will be in fact a 'slide'.
  19.  
  20. I might change this after having read the UDS.
  21.  
  22.  
  23. He! I just receive a mail from Raphael Lemoine...
  24. Welcome Raphael in BM's mailing list!   :-)
  25. You said:
  26.  
  27. > [...] The last DSP-Debugger version is 1.08.
  28. > It's status is freware (Atari France gave us the rights to put it freeware,
  29. > just before closing). If anybody is interested, I can upload it to this server.
  30.  
  31. This is a _VERY_ good news...  :-))))))))))))))))))))))))))))
  32. Do you know the status of Motorola's official DSP-assembler?
  33.  
  34.  
  35. > Last thing: I usually use elm under Linux, for my mail, but since I've got a
  36. > lot of Windo*s work currently, I've installed Eudora. Is this message ok?
  37. > Aren't the line too long, or something else? Sorry if this is the case:-(
  38.  
  39. No problem for me.
  40.  
  41. Bye.
  42. Fabrice.
  43.  
  44.  
  45. ################################################################
  46. #       _______  _______                                       #
  47. #      / / /--('')--\ \ \       |     Fabrice GIRARDOT     |   #
  48. #     / / /  / \/ \  \ \ \      | C,ASM   MC680x0,DSP56001 |   #
  49. #    /////   \____/   \\\\\     |   Real-time processing   |   #
  50. #            /    \                                            #
  51. #F030!     /T\    /T\         E-mail: Fabrice.Girardot@imag.fr #
  52. ################################################################
  53.  
  54.